home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / documents / RFC / rfc1552.txt < prev    next >
Text File  |  1994-08-01  |  29KB  |  872 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. Network Working Group                                         W. Simpson
  8. Request for Comments: 1552                                    Daydreamer
  9. Category: Standards Track                                  December 1993
  10.  
  11.  
  12.      The PPP Internetwork Packet Exchange Control Protocol (IPXCP)
  13.  
  14.  
  15. Status of this Memo
  16.  
  17.    This document specifies an Internet standards track protocol for the
  18.    Internet community, and requests discussion and suggestions for
  19.    improvements.  Please refer to the current edition of the "Internet
  20.    Official Protocol Standards" (STD 1) for the standardization state
  21.    and status of this protocol.  Distribution of this memo is unlimited.
  22.  
  23. Abstract
  24.  
  25.    The Point-to-Point Protocol (PPP) [1] provides a method for
  26.    transmitting multi-protocol datagrams over point-to-point links.  PPP
  27.    defines an extensible Link Control Protocol, and proposes a family of
  28.    Network Control Protocols for establishing and configuring different
  29.    network-layer protocols.
  30.  
  31.    The IPX protocol was originally used in Novell's NetWare products
  32.    [3], and is now supported by numerous other vendors.  This document
  33.    defines the Network Control Protocol for establishing and configuring
  34.    the IPX protocol over PPP.
  35.  
  36.    This memo is the product of the Point-to-Point Protocol Working Group
  37.    of the IETF.  Comments should be submitted to the ietf-
  38.    ppp@ucdavis.edu mailing list.
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Simpson                                                         [Page 1]
  65.  
  66. RFC 1552                       PPP IPXCP                   December 1993
  67.  
  68.  
  69. Table of Contents
  70.  
  71.    1.  Introduction ...................................................2
  72.    1.1 Specification of Requirements ..................................2
  73.    1.2 Terminology ....................................................3
  74.    2.  A PPP Network Control Protocol for IPX .........................4
  75.    2.1 Sending IPX Datagrams ..........................................4
  76.    2.2 IPX-WAN protocol ...............................................5
  77.    2.3 Desired Parameters .............................................5
  78.    2.4 Co-existence with IPX-WAN ......................................5
  79.    3.  IPXCP Configuration Options ....................................6
  80.    3.1 IPX-Network-Number .............................................6
  81.    3.2 IPX-Node-Number ................................................7
  82.    3.3 IPX-Compression-Protocol .......................................8
  83.    3.4 IPX-Routing-Protocol ...........................................10
  84.    3.5 IPX-Router-Name ................................................11
  85.    3.6 IPX-Configuration-Complete .....................................12
  86.    APPENDIX A. Link Delay and Throughput ..............................12
  87.    SECURITY CONSIDERATIONS ............................................13
  88.    REFERENCES .........................................................13
  89.    ACKNOWLEDGEMENTS ...................................................13
  90.    CHAIR'S ADDRESS ....................................................14
  91.    AUTHOR'S ADDRESS ...................................................14
  92.  
  93. 1. Introduction
  94.  
  95.    PPP has three main components:
  96.  
  97.       1. A method for encapsulating multi-protocol datagrams.
  98.  
  99.       2. A Link Control Protocol (LCP) for establishing, configuring,
  100.          and testing the data-link connection.
  101.  
  102.       3. A family of Network Control Protocols for establishing and
  103.          configuring different network-layer protocols.
  104.  
  105.    In order to establish communications over a point-to-point link, each
  106.    end of the PPP link must first send LCP packets to configure and test
  107.    the data link.  After the link has been established and optional
  108.    facilities have been negotiated as needed by the LCP, PPP must send
  109.    IPXCP packets to choose and configure the IPX network-layer protocol.
  110.    Once IPXCP has reached the Opened state, IPX datagrams can be sent
  111.    over the link.
  112.  
  113.    The link will remain configured for communications until explicit LCP
  114.    or IPXCP packets close the link down, or until some external event
  115.    occurs (an inactivity timer expires or network administrator
  116.    intervention).
  117.  
  118. 1.1 Specification of Requirements
  119.  
  120.    In this document, several words are used to signify the requirements
  121.    of the specification.  These words are often capitalized.
  122.  
  123.  
  124.  
  125.  
  126. Simpson                                                         [Page 2]
  127.  
  128. RFC 1552                       PPP IPXCP                   December 1993
  129.  
  130.  
  131.     MUST
  132.  
  133.       This word, or the adjective "required", means that the definition
  134.       is an absolute requirement of the specification.
  135.  
  136.     MUST NOT
  137.  
  138.       This phrase means that the definition is an absolute prohibition
  139.       of the specification.
  140.  
  141.     SHOULD
  142.  
  143.       This word, or the adjective "recommended", means that there may
  144.       exist valid reasons in particular circumstances to ignore this
  145.       item, but the full implications should be understood and carefully
  146.       weighed before choosing a different course.
  147.  
  148.     MAY
  149.  
  150.       This word, or the adjective "optional", means that this item is
  151.       one of an allowed set of alternatives.  An implementation which
  152.       does not include this option MUST be prepared to interoperate with
  153.       another implementation which does include the option.
  154.  
  155.  
  156. 1.2 Terminology
  157.  
  158.    This document frequently uses the following terms:
  159.  
  160.     peer
  161.  
  162.       The other end of the point-to-point link.
  163.  
  164.     silently discard
  165.  
  166.       This means the implementation discards the packet without further
  167.       processing.  The implementation SHOULD provide the capability of
  168.       logging the error, including the contents of the silently
  169.       discarded packet, and SHOULD record the event in a statistics
  170.       counter.
  171.  
  172.     end-system
  173.  
  174.       A user's machine.  It only sends packets to servers and other
  175.       end-systems.  It doesn't pass any packets through itself.
  176.  
  177.     router
  178.  
  179.       Allows packets to pass through, usually from one ethernet segment
  180.       to another.  Sometimes these are called "intermediate-systems".
  181.  
  182.     half-router
  183.  
  184.       Two normal routers, with an unnumbered link between them.  Each
  185.  
  186.  
  187.  
  188. Simpson                                                         [Page 3]
  189.  
  190. RFC 1552                       PPP IPXCP                   December 1993
  191.  
  192.  
  193.       looks like a router to the local users, but Netware doesn't
  194.       understand unnumbered links, so each router is made to look like
  195.       they both are a single machine.
  196.  
  197. 2. A PPP Network Control Protocol for IPX
  198.  
  199.    The IPX Control Protocol (IPXCP) is responsible for configuring,
  200.    enabling, and disabling the IPX protocol modules on both ends of the
  201.    point-to-point link.  IPXCP uses the same packet exchange mechanism
  202.    as the Link Control Protocol.  IPXCP packets may not be exchanged
  203.    until PPP has reached the Network-Layer Protocol phase.  IPXCP
  204.    packets received before this phase is reached should be silently
  205.    discarded.
  206.  
  207.    The IPX Control Protocol is exactly the same as the Link Control
  208.    Protocol [1] with the following exceptions:
  209.  
  210.     Frame Modifications
  211.  
  212.       The packet may utilize any modifications to the basic frame format
  213.       which have been negotiated during the Link Establishment phase.
  214.  
  215.     Data Link Layer Protocol Field
  216.  
  217.       Exactly one IPXCP packet is encapsulated in the Information field
  218.       of a PPP Data Link Layer frame where the Protocol field indicates
  219.       type hex 802B (IPX Control Protocol).
  220.  
  221.     Code field
  222.  
  223.       Only Codes 1 through 7 (Configure-Request, Configure-Ack,
  224.       Configure-Nak, Configure-Reject, Terminate-Request, Terminate-Ack
  225.       and Code-Reject) are used.  Other Codes should be treated as
  226.       unrecognized and should result in Code-Rejects.
  227.  
  228.     Timeouts
  229.  
  230.       IPXCP packets may not be exchanged until PPP has reached the
  231.       Network-Layer Protocol phase.  An implementation should be
  232.       prepared to wait for Authentication and Link Quality Determination
  233.       to finish before timing out waiting for a Configure-Ack or other
  234.       response.  It is suggested that an implementation give up only
  235.       after user intervention or a configurable amount of time.
  236.  
  237.     Configuration Option Types
  238.  
  239.       IPXCP has a distinct set of Configuration Options.
  240.  
  241. 2.1 Sending IPX Datagrams
  242.  
  243.    Before any IPX packets may be communicated, PPP must reach the
  244.    Network-Layer Protocol phase, and the IPX Control Protocol must reach
  245.    the Opened state.
  246.  
  247.  
  248.  
  249.  
  250. Simpson                                                         [Page 4]
  251.  
  252. RFC 1552                       PPP IPXCP                   December 1993
  253.  
  254.  
  255.    Exactly one IPX packet is encapsulated in the Information field of a
  256.    PPP Data Link Layer frame where the Protocol field indicates type hex
  257.    002B (IPX datagram).
  258.  
  259.    The maximum length of an IPX datagram transmitted over a PPP link is
  260.    the same as the maximum length of the Information field of a PPP data
  261.    link layer frame.  Since there is no standard method for fragmenting
  262.    and reassembling IPX datagrams, PPP links supporting IPX MUST allow
  263.    at least 576 octets in the information field of a data link layer
  264.    frame.
  265.  
  266. 2.2 IPX-WAN protocol
  267.  
  268.    A Novell specification called IPX-WAN [4] is intended to provide
  269.    mechanisms similar to IPXCP negotiation over wide area links.  As
  270.    viewed by PPP, IPX-WAN is a part of IPX, and IPX-WAN packets are
  271.    indistinguishable from other IPX packets.
  272.  
  273.    Currently, Novell has implemented IPXCP without any Configuration
  274.    Options, and requires successful IPX-WAN completion, even when all
  275.    required parameters have been hand configured.  This makes it
  276.    impossible for the current Novell products to interoperate with other
  277.    IPXCP implementations which do not already include support for IPX-
  278.    WAN.
  279.  
  280. 2.3 Desired Parameters
  281.  
  282.    To resolve the possible conflict between the two configuration
  283.    methods, this specification defines the concept of "Desired
  284.    Parameters".  Where applicable, each Configuration Option indicates
  285.    the environment where the parameter which is negotiated MAY be
  286.    required by the implementation for proper operation.
  287.  
  288.    This determination is highly implementation dependent.  For example,
  289.    a particular implementation might require that all links have
  290.    addresses, while another implementation might not need such
  291.    addresses.  The configuration negotiation is intended to discover
  292.    that this pair of implementations will never converge.
  293.  
  294. 2.4 Co-existence with IPX-WAN
  295.  
  296.    An IPXCP implementation which includes support for IPX-WAN SHOULD
  297.    always reach Opened state, even when unable to negotiate some
  298.    "Desired Parameter", and when no Configuration Options are
  299.    successfully negotiated.  This allows IPX-WAN the opportunity to
  300.    finish the negotiation.
  301.  
  302.    If an implementation does not include support for IPX-WAN, it SHOULD
  303.    NOT reach Opened state when unable to negotiate some "Desired
  304.    Parameter".
  305.  
  306.    IPX-WAN uses a "Timer Request" packet to set up the link.  These MUST
  307.    NOT be sent until IPXCP has Opened the link.
  308.  
  309.  
  310.  
  311.  
  312. Simpson                                                         [Page 5]
  313.  
  314. RFC 1552                       PPP IPXCP                   December 1993
  315.  
  316.  
  317.    An implementation which provides both IPX-WAN and IPXCP Configuration
  318.    Options capability SHOULD only send a Timer Request packet when a
  319.    Timer Request packet is received, or upon failure to successfully
  320.    negotiate a "Desired Parameter".
  321.  
  322.    If unable to complete IPX-WAN setup when a "Desired Parameter" is
  323.    unknown, by default IPXCP SHOULD terminate the link.
  324.  
  325.    However, some implementations might be capable of operating without
  326.    all indicated "Desired Parameters", in which case the termination
  327.    MUST be configurable.
  328.  
  329. 3. IPXCP Configuration Options
  330.  
  331.    IPXCP Configuration Options allow modifications to the standard
  332.    characteristics of the network-layer protocol to be negotiated.  If a
  333.    Configuration Option is not included in a Configure-Request packet,
  334.    the default value for that Configuration Option is assumed.
  335.  
  336.    IPXCP uses the same Configuration Option format defined for LCP [1],
  337.    with a separate set of Options.
  338.  
  339.    Up-to-date values of the IPXCP Option Type field are specified in the
  340.    most recent "Assigned Numbers" RFC [2].  Current values are assigned
  341.    as follows:
  342.  
  343.       1       IPX-Network-Number
  344.       2       IPX-Node-Number
  345.       3       IPX-Compression-Protocol
  346.       4       IPX-Routing-Protocol
  347.       5       IPX-Router-Name
  348.       6       IPX-Configuration-Complete
  349.  
  350. 3.1 IPX-Network-Number
  351.  
  352.    Description
  353.  
  354.       This Configuration Option provides a way to negotiate the IPX
  355.       network number to be used for the link.  This allows an
  356.       implementation to learn the network number, or to ensure agreement
  357.       on the network number.
  358.  
  359.       The network number MUST be unique within the routing domain, or
  360.       zero to indicate that it is not used for routing.
  361.  
  362.       The sender of the Configure-Request states which network number is
  363.       desired.  A network number specified as zero in a Configure-
  364.       Request shall be interpreted as requesting the peer to specify
  365.       another value in a Configure-Nak.  A network number specified as
  366.       zero in a Configure-Ack shall be interpreted as agreement that no
  367.       value exists.
  368.  
  369.       Both ends of the link MUST have the same network number.  When a
  370.       Configure-Request is received which has a lower network number
  371.  
  372.  
  373.  
  374. Simpson                                                         [Page 6]
  375.  
  376. RFC 1552                       PPP IPXCP                   December 1993
  377.  
  378.  
  379.       than locally configured, a Configure-Nak MUST be returned with the
  380.       highest network number.
  381.  
  382.       When the peer did not provide the option in its Configure-Request,
  383.       the option SHOULD NOT be appended to a Configure-Nak.
  384.  
  385.       By default, no network number is assigned to the link (the network
  386.       number is zero).  There is no need for a network number if the
  387.       interface is not used by a routing protocol.
  388.  
  389.       This is a Desired Parameter when the implementation is operating
  390.       as a router.  It MUST be negotiated if the network number is non-
  391.       zero, and has been derived from another interface.
  392.  
  393.       Any IPX-WAN packets received MUST supercede information negotiated
  394.       in this option.
  395.  
  396.  
  397.     A summary of the IPX-Network-Number Configuration Option format is
  398.     shown below.  The fields are transmitted from left to right.
  399.  
  400.         0                   1                   2                   3
  401.         0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  402.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  403.        |     Type      |    Length     |       IPX-Network-Number      |
  404.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  405.        |  IPX-Network-Number (cont.)   |
  406.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  407.  
  408.        Type
  409.  
  410.           1
  411.  
  412.        Length
  413.  
  414.           6
  415.  
  416.        IPX-Network-Number
  417.  
  418.       The four octet IPX-Network-Number is the desired local IPX network
  419.       number of the sender of the Configure-Request.  This number may be
  420.       zero, which is interpreted as being a local network of unknown
  421.       number that is not used by the routing protocol.
  422.  
  423. 3.2 IPX-Node-Number
  424.  
  425.    Description
  426.  
  427.       This Configuration Option provides a way to negotiate the IPX node
  428.       number to be used for the local end of the link.  This allows an
  429.       implementation to learn its node number, or to inform the peer of
  430.       its node number.
  431.  
  432.       The node number MUST be unique for the network number.
  433.  
  434.  
  435.  
  436. Simpson                                                         [Page 7]
  437.  
  438. RFC 1552                       PPP IPXCP                   December 1993
  439.  
  440.  
  441.       The sender of the Configure-Request states which node number is
  442.       desired.  A node number specified as zero in a Configure-Request
  443.       shall be interpreted as requesting the peer to specify another
  444.       value in a Configure-Nak.  A node number specified as zero in a
  445.       Configure-Ack shall be interpreted as agreement that no value
  446.       exists.
  447.  
  448.       If negotiation about the peer node number is required, and the
  449.       peer did not provide the option in its Configure-Request, the
  450.       option can be appended to a Configure-Nak.  The value of the node
  451.       number given MUST be acceptable as the peer IPX-Node-Number, or
  452.       indicate with a zero value that the peer provide the information.
  453.  
  454.       By default, no node number is assigned to the link (the node
  455.       number is zero).  There is no need for a node number if the
  456.       interface is not used by a routing protocol.
  457.  
  458.       This is a Desired Parameter when the implementation is operating
  459.       as an end-system.  However, when the node number has been
  460.       statically configured, this option SHOULD NOT be negotiated unless
  461.       requested by the peer.
  462.  
  463.       Any IPX-WAN packets received MUST supercede information negotiated
  464.       in this option.
  465.  
  466.     A summary of the IPX-Node-Number Configuration Option format is
  467.     shown below.  The fields are transmitted from left to right.
  468.  
  469.        0                   1                   2                   3
  470.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  471.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  472.       |     Type      |    Length     |       IPX-Node-Number         |
  473.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  474.       |                     IPX-Node-Number (cont.)                   |
  475.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  476.  
  477.       Type
  478.  
  479.          2
  480.  
  481.       Length
  482.  
  483.          8
  484.  
  485.       IPX-Node-Number
  486.  
  487.       The six octet IPX-Node-Number is the desired local IPX node number
  488.       of the sender of the Configure-Request.
  489.  
  490. 3.3 IPX-Compression-Protocol
  491.  
  492.    Description
  493.  
  494.       This Configuration Option provides a way to negotiate the use of a
  495.  
  496.  
  497.  
  498. Simpson                                                         [Page 8]
  499.  
  500. RFC 1552                       PPP IPXCP                   December 1993
  501.  
  502.  
  503.       specific compression protocol.  By default, compression is not
  504.       enabled.
  505.  
  506.       The sender of this Configuration Option indicates that it can
  507.       receive packets with the specified compression technique.  A
  508.       Configure-Ack MAY obligate the peer to send such packets,
  509.       depending on the protocol negotiated.
  510.  
  511.       Information negotiated in this option MUST supercede any IPX-WAN
  512.       packets received, since IPX-WAN packets could be affected by the
  513.       compression technique.
  514.  
  515.     A summary of the IPX-Compression-Protocol Configuration Option
  516.     format is shown below.  The fields are transmitted from left to
  517.     right.
  518.  
  519.        0                   1                   2                   3
  520.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  521.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  522.       |     Type      |    Length     |   IPX-Compression-Protocol    |
  523.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  524.       |     Data ...
  525.       +-+-+-+-+
  526.  
  527.       Type
  528.  
  529.          3
  530.  
  531.       Length
  532.  
  533.          >= 4
  534.  
  535.       IPX-Compression-Protocol
  536.  
  537.    The IPX-Compression-Protocol field is two octets and indicates the
  538.    compression protocol desired.  Odd values for this field are always
  539.    the same as the PPP Data Link Layer Protocol field values for that
  540.    same compression protocol.  Even values are used when the compression
  541.    protocol is interleaved with IPX packets.
  542.  
  543.    Up-to-date values of the IPX-Compression-Protocol field are specified
  544.    in the most recent "Assigned Numbers" RFC [2].  Current values are
  545.    assigned as follows:
  546.  
  547.             Value (in hex)  Protocol
  548.  
  549.             0002            Telebit Compressed IPX
  550.             0235            Shiva Compressed NCP/IPX
  551.  
  552.     Data
  553.  
  554.       The Data field is zero or more octets and contains additional data
  555.       as determined by the particular compression protocol.
  556.  
  557.  
  558.  
  559.  
  560. Simpson                                                         [Page 9]
  561.  
  562. RFC 1552                       PPP IPXCP                   December 1993
  563.  
  564.  
  565. 3.4 IPX-Routing-Protocol
  566.  
  567.    Description
  568.  
  569.       This Configuration Option provides a way to negotiate the use of a
  570.       specific routing protocol (or no routing protocol, if desired).
  571.       The sender of this option is specifying that it wishes to receive
  572.       information of the specified routing protocol.  Multiple protocols
  573.       MAY be requested by sending multiple IPX-Routing-Protocol
  574.       Configuration Options.  The "no routing protocol required" value
  575.       is mutually exclusive with other values.
  576.  
  577.       By default, Novell's combination of Routing Information Protocol
  578.       (RIP) and Server Advertising Protocol (SAP) is expected.
  579.  
  580.       This is a Desired Parameter when the implementation is operating
  581.       as an end-system, to indicate that no routing protocol is
  582.       necessary.
  583.  
  584.       Any IPX-WAN packets received MAY add to information negotiated in
  585.       this option.
  586.  
  587.     A summary of the IPX-Routing-Protocol Configuration Option format is
  588.     shown below.  The fields are transmitted from left to right.
  589.  
  590.        0                   1                   2                   3
  591.        0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  592.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  593.       |     Type      |    Length     |     IPX-Routing-Protocol      |
  594.       +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  595.       |     Data ...
  596.       +-+-+-+-+
  597.  
  598.       Type
  599.  
  600.          4
  601.  
  602.       Length
  603.  
  604.          >= 4
  605.  
  606.       IPX-Routing-Protocol
  607.  
  608.       The IPX-Routing-Protocol field is two octets and indicates the
  609.       type of Routing-Protocol desired.  This two octet quantity is sent
  610.       most significant octet first.
  611.  
  612.       Up-to-date values of the IPX-Routing-Protocol field are specified
  613.       in the most recent "Assigned Numbers" RFC [2].  Current values are
  614.       assigned as follows:
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.  
  622. Simpson                                                        [Page 10]
  623.  
  624. RFC 1552                       PPP IPXCP                   December 1993
  625.  
  626.  
  627.       Value           Protocol
  628.  
  629.         0             No routing protocol required
  630.         1             RESERVED
  631.         2             Novell RIP/SAP required
  632.         4             Novell NLSP required
  633.  
  634.  
  635.     Data
  636.  
  637.       The Data field is zero or more octets and contains additional data
  638.       as determined by the routing protocol indicated in the Routing-
  639.       Protocol field.
  640.  
  641. 3.5 IPX-Router-Name
  642.  
  643.    Description
  644.  
  645.       This Configuration Option provides a way to convey information
  646.       about the IPX server name.
  647.  
  648.       The nature of this option is advisory only.  It is provided as a
  649.       means of improving the end system's ability to provide a simple
  650.       user interface.  This option MUST NOT be included in a Configure-
  651.       Nak.
  652.  
  653.     A summary of the IPX-Router-Name Option format is shown below.  The
  654.     fields are transmitted from left to right.
  655.  
  656.         0                   1                   2                   3
  657.         0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
  658.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  659.        |     Type      |    Length     |           Name...             |
  660.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  661.  
  662.        Type
  663.  
  664.           5
  665.  
  666.        Length
  667.  
  668.           >= 3
  669.  
  670.     Name
  671.  
  672.       This field contains the name of the IPX entity on this end of the
  673.       link.  The symbolic name should be between 1 and 47 ASCII
  674.       characters in length, containing the characters 'A' through 'Z',
  675.       underscore (_), hyphen (-) and "at" sign (@).  The length of the
  676.       name is bounded by the option length.
  677.  
  678.       On reception, the name SHOULD be padded to 48 characters using the
  679.       NUL character.  Those readers familiar with NetWare 3.x servers
  680.       will realize that this is equivalent to the file server name.
  681.  
  682.  
  683.  
  684. Simpson                                                        [Page 11]
  685.  
  686. RFC 1552                       PPP IPXCP                   December 1993
  687.  
  688.  
  689. 3.6 IPX-Configuration-Complete
  690.  
  691.    Description
  692.  
  693.       This Configuration Option provides a way to indicate that all
  694.       implementation-dependent Desired Parameters are satisfied.  It is
  695.       provided as a means of detecting when convergence will occur in a
  696.       heterogeneous environment.
  697.  
  698.       This option SHOULD be included in a Configure-Request when the
  699.       combination of statically configured parameters and offered
  700.       Configuration Options will result in successful configuration.
  701.  
  702.       The nature of this option is advisory only.  This option MUST NOT
  703.       be included in a Configure-Nak.
  704.  
  705.       Implementation Note: An implementation which does not support
  706.       IPX-WAN can immediately detect that link setup will not be
  707.       successful when a Desired Parameter is unknown, if this option is
  708.       not present in the peer's Configure-Request or is Rejected by the
  709.       peer.  This avoids timeout delays.
  710.  
  711.       An implementation which supports IPX-WAN may improve link setup
  712.       time by skipping IPX-WAN entirely when this option has been Ack'd
  713.       in both directions.
  714.  
  715.       However, it is perfectly acceptable to complete configuration
  716.       without including this option.  An implementation which includes
  717.       the entire panoply of configuration options and IPX- WAN SHOULD
  718.       interoperate with an implementation which does not support IPX-WAN
  719.       nor any configuration options (including this one), as long as the
  720.       Desired Parameters are satisfied by default or hand configuration.
  721.  
  722.     A summary of the IPX-Configuration-Complete Option format is shown
  723.     below.  The fields are transmitted from left to right.
  724.  
  725.         0                   1
  726.         0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
  727.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  728.        |     Type      |    Length     |
  729.        +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  730.  
  731.        Type
  732.  
  733.           6
  734.  
  735.        Length
  736.  
  737.           2
  738.  
  739. APPENDIX A. Link Delay and Throughput
  740.  
  741.    There has been some concern over correctly estimating the link delay
  742.    (in 55 millisecond ticks) used by Novell routing protocols.
  743.  
  744.  
  745.  
  746. Simpson                                                        [Page 12]
  747.  
  748. RFC 1552                       PPP IPXCP                   December 1993
  749.  
  750.  
  751.    IPX-WAN uses its Timer Request and Reply for this purpose.  The
  752.    measured delay is multiplied by a factor of 6, because the
  753.    measurement is done during initialization of the link, and does not
  754.    reflect actual loading.
  755.  
  756.    The delay is better measured using the PPP LCP Echo facility, by
  757.    inserting a timestamp in the data part of the Request, and comparing
  758.    it with the same timer when the reply returns.  This method could be
  759.    used to periodically re-evaluate the actual round trip delay as link
  760.    and system loads change.  The echo packet size SHOULD be 576, to
  761.    match the default IPX packet size.
  762.  
  763.    In the absence of such dynamic measurements, empirical evidence has
  764.    shown the following to be sufficient:
  765.  
  766.                 2,400 bps    134 ticks
  767.                14,400 bps     21 ticks
  768.                57,600 bps      5 ticks
  769.                  >  1 Mbps     1 tick
  770.  
  771. Security Considerations
  772.  
  773.    Security issues are not discussed in this memo.
  774.  
  775. References
  776.  
  777.    [1] Simpson, W. A., "The Point-to-Point Protocol (PPP)", RFC 1548,
  778.        Daydreamer, December 1993.
  779.  
  780.    [2] Reynolds, J., and J. Postel, "Assigned Numbers", STD 2, RFC 1340,
  781.        USC/Information Sciences Institute, July 1992.
  782.  
  783.    [3] Novell Inc., "NetWare System Interface Technical Overview",
  784.        Novell Part Number 883-001143-001
  785.  
  786.    [4] Allen, M., "Novell IPX Over Various WAN Media", Novell Inc.,
  787.        RFC 1551, December 1993.
  788.  
  789.    [5] Mathu, S., and M. Lewis, Mark, "Compressing IPX Headers Over WAN
  790.        Media (CIPX)", Telebit Corporation, RFC 1553, December 1993.
  791.  
  792. Acknowledgments
  793.  
  794.    Some of the text in this document is taken from previous documents
  795.    produced by the Point-to-Point Protocol Working Group of the Internet
  796.    Engineering Task Force (IETF).
  797.  
  798.    This document is derivative of drafts written by the following
  799.    people.  Many thanks for their work, and for taking an initial stab
  800.    at the protocol:
  801.  
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808. Simpson                                                        [Page 13]
  809.  
  810. RFC 1552                       PPP IPXCP                   December 1993
  811.  
  812.  
  813.          Michael Allen (mallen@novell.com)
  814.          Dave McCool (dave@shiva.com)
  815.          Robert D Vincent (bert@shiva.com)
  816.          Marty Del Vecchio (marty@shiva.com)
  817.  
  818. Chair's Address
  819.  
  820.    The working group can be contacted via the current chair:
  821.  
  822.       Fred Baker
  823.       Advanced Computer Communications
  824.       315 Bollay Drive
  825.       Santa Barbara, California, 93111
  826.  
  827.       EMail: fbaker@acc.com
  828.  
  829. Author's Address
  830.  
  831.    Questions about this memo can also be directed to:
  832.  
  833.       William Allen Simpson
  834.       Daydreamer
  835.       Computer Systems Consulting Services
  836.       P O Box 6205
  837.       East Lansing, MI  48826-6205
  838.  
  839.       EMail: Bill.Simpson@um.cc.umich.edu
  840.  
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849.  
  850.  
  851.  
  852.  
  853.  
  854.  
  855.  
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862.  
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869.  
  870. Simpson                                                        [Page 14]
  871.  
  872.